Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter edit icon component replaced with Font Awesome #8600

Merged
merged 8 commits into from
Nov 27, 2019

Conversation

rusackas
Copy link
Member

CATEGORY

Choose one

  • Bug Fix
  • Enhancement (new features, refinement)
  • Refactor
  • Add tests
  • Build / Development Environment
  • Documentation

SUMMARY

This is pretty minor, but just something I noticed while looking around. Since Superset uses FontAwesome, we can replace a custom component with custom SVG by using a simple FontAwesome image.

We should probably upgrade to FontAwesome 5 at some point... many more toys in that toybox!

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Before:
image

After:
image

REVIEWERS

@graceguo-supercat / @mistercrunch
Note: This doesn't change any functionality, but as far as I can tell, that button doesn't have functionality in the first place, or at least nothing happens when I click it. Is it for future use, or am I missing something?

@rusackas rusackas changed the title Filter edit with font awesome Filter edit icon component replaced with Font Awesome Nov 19, 2019
@codecov-io
Copy link

codecov-io commented Nov 19, 2019

Codecov Report

Merging #8600 into master will decrease coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8600      +/-   ##
==========================================
- Coverage   65.75%   65.73%   -0.03%     
==========================================
  Files         482      481       -1     
  Lines       23825    23830       +5     
  Branches     2594     2593       -1     
==========================================
- Hits        15667    15664       -3     
- Misses       7985     7993       +8     
  Partials      173      173
Impacted Files Coverage Δ
...rc/dashboard/components/FilterIndicatorTooltip.jsx 100% <100%> (ø) ⬆️
superset/db_engine_specs/postgres.py 55.55% <0%> (-27.78%) ⬇️
superset/sql_lab.py 78.03% <0%> (+0.1%) ⬆️
superset/app.py 80.13% <0%> (+1.15%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 96fb108...c183d58. Read the comment docs.

@rusackas
Copy link
Member Author

Oh, and for the record, if we do get FAB to upgrade to FontAwesome 5, we can change fa-pencil to fa-pen and make it look closer to the original icon ;)

@dpgaspar dpgaspar merged commit f355548 into apache:master Nov 27, 2019
@dpgaspar dpgaspar deleted the filter-edit-with-font-awesome branch November 27, 2019 18:07
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.36.0 labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/M 🚢 0.36.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants